func github.com/andybalholm/brotli.populationCostDistance
6 uses
github.com/andybalholm/brotli (current package)
bit_cost.go#L307: func populationCostDistance(histogram *histogramDistance) float64 {
block_splitter_distance.go#L244: histograms[j].bit_cost_ = populationCostDistance(&histograms[j])
cluster_distance.go#L52: cost_combo = populationCostDistance(&combo)
cluster_distance.go#L164: return populationCostDistance(&tmp) - candidate.bit_cost_
cluster_distance.go#L273: out[i].bit_cost_ = populationCostDistance(&in[i])
metablock.go#L134: *cost = populationCostDistance(&histo) + extra_bits
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |